home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
packer
/
lzw14
/
ex_arc._m_
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-30
|
325 b
|
17 lines
#
# Microsoft makefile for EX_ARC.C (COMPACT model )
#
.c.obj:
cl /AC /c $*.c
ex_arc.obj: ex_arc.c
sayerror.obj: sayerror.c
dir_io.obj: dir_io.c
rw_io.obj: rw_io.c
ex_arc.exe: ex_arc.obj sayerror.obj rw_io.obj dir_io.obj lzw4c_c.lib
link/map ex_arc sayerror rw_io dir_io,ex_arc,,lzw4c_c.lib;